home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / ARCD2.EXE / INTRO.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-01-09  |  830 b   |  43 lines

  1. object Form1: TForm1
  2.   Left = 326
  3.   Top = 200
  4.   BorderStyle = bsNone
  5.   Caption = 'AutoRunCD Version 2.0'
  6.   ClientHeight = 221
  7.   ClientWidth = 400
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 400
  23.     Height = 221
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object MediaPlayer1: TMediaPlayer
  28.     Left = 72
  29.     Top = 104
  30.     Width = 253
  31.     Height = 30
  32.     Visible = False
  33.     TabOrder = 0
  34.     OnNotify = MediaPlayer1Notify
  35.   end
  36.   object Timer1: TTimer
  37.     Enabled = False
  38.     OnTimer = Timer1Timer
  39.     Left = 80
  40.     Top = 32
  41.   end
  42. end
  43.